Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2025

Bumps prosemirror-model from 1.23.0 to 1.25.4.

Changelog

Sourced from prosemirror-model's changelog.

1.25.4 (2025-10-21)

Bug fixes

The DOM parser will now, if a line break replacement is defined in the schema, try to use that instead of spaces to replace newlines when preserving whitespace.

1.25.3 (2025-08-06)

Bug fixes

Fix a bug in Slice that made it possible for invalid ReplaceAroundSteps to be applied in some situations.

1.25.2 (2025-07-11)

Bug fixes

Suppress lint warnings about dereferencing methods by making Schema.nodeFromJSON and markFromJSON properties instead of methods.

Avoid using setAttribute("style", ...) to stay clear of content security policies.

1.25.1 (2025-04-22)

Bug fixes

Make the DOM parser not discard nodes whose document representation cannot be placed inside the represenation of some parent DOM node.

1.25.0 (2025-03-18)

New features

Mark specs can now be marked with a code property.

1.24.1 (2024-12-10)

Bug fixes

The parser now automatically preserves whitespace inside <pre> or white-space: pre elements.

1.24.0 (2024-11-27)

New features

Fragment.content and Node.children now expose a node's set of children as an array.

Commits
  • 2605d2c Mark version 1.25.4
  • 79e9f2b When preserving whitespace, replace newlines with line break replacements
  • 73fe169 Mark version 1.25.3
  • 9811db9 Fix an issue in slice insertion not properly checking for valid content
  • 80b6768 Correct some link fragments in doc comments
  • 8ab5b8f Mark version 1.25.2
  • e73b74c Prefer style.cssText over setAttribute
  • 278f5ca Correct some link fragments in doc comments
  • 20d26c9 Remove unused parameter in Fragment.findIndex
  • d149770 Declare Schema.node/markFromJSON as properties
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prosemirror-model](https://github.com/prosemirror/prosemirror-model) from 1.23.0 to 1.25.4.
- [Changelog](https://github.com/ProseMirror/prosemirror-model/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-model@1.23.0...1.25.4)

---
updated-dependencies:
- dependency-name: prosemirror-model
  dependency-version: 1.25.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 21, 2025
@cla-bot cla-bot bot added the cla-signed label Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant